home *** CD-ROM | disk | FTP | other *** search
/ Teach Your Children: Road Construction Ahead / Teach Your Children: Road Construction Ahead.iso / pc / rca / road.dxr / 00132_DitchArrows.ls < prev    next >
Encoding:
Text File  |  1996-07-17  |  173 b   |  8 lines

  1. on mouseDown
  2.   startBuffering()
  3.   if buttonHandler() then
  4.     do(the name of cast the castNum of sprite the clickOn & "Button( gDitchObject )")
  5.   end if
  6.   flushBuffer()
  7. end
  8.